home *** CD-ROM | disk | FTP | other *** search
/ Oz - The Magical Adventure / Adventure.iso / pc / dkdata / six.dxr / boat_71_go back from rowing.ls < prev    next >
Encoding:
Text File  |  2000-06-01  |  218 b   |  10 lines

  1. on exitFrame
  2.   global gPrevScreen, gCurrentScreen
  3.   if (gPrevScreen = "6211") or (gPrevScreen = "6212") then
  4.     bypass = gCurrentScreen & "_done"
  5.     if label(bypass) > 0 then
  6.       go(bypass)
  7.     end if
  8.   end if
  9. end
  10.